Package com.cisco.pt.ipc.sim.impl
Class EnvironmentDialogImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EnvironmentDialogImpl
- All Implemented Interfaces:
IPCObject,EnvironmentDialog
Information provided by the PKI file:
\class Environment Dialog
\brief Environment Dialog
\example appWindow().getEnvironmentDialog()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetAlwaysOnTop(boolean on) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EnvironmentDialogImpl
public EnvironmentDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setAlwaysOnTop
public void setAlwaysOnTop(boolean on) Information provided by the PKI file:
\brief Sets the environment windows to always be on top or respect the normal display order. \param on, if the value is true then the environment window will try to always be on top of others, false and it respects the normal draw order.- Specified by:
setAlwaysOnTopin interfaceEnvironmentDialog- Parameters:
on- Takes in a parameter of on
-
isAlwaysOnTop
public boolean isAlwaysOnTop()Information provided by the PKI file:
\brief Returns whether the environment window is set to always be on top of other windows. \return bool, value is true if the environment window is set to always be on top of other windows, false if not.- Specified by:
isAlwaysOnTopin interfaceEnvironmentDialog- Returns:
- boolean Returns a boolean
-